点击会变色哦!!  

以下是代码

 <html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---随鼠标变色的文字</title>
</head>

<body>

<p onMouseMove="hello()">将鼠标移到这里看看<p><p></p>
<script language="VBScript">
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
</script>

</body>

</html>

                   检测代码效果 请进